projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb5be6c
)
(icomplete-exhibit): Use minibuffer-prompt-end.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 26 Feb 2002 16:05:35 +0000
(16:05 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 26 Feb 2002 16:05:35 +0000
(16:05 +0000)
lisp/icomplete.el
patch
|
blob
|
history
diff --git
a/lisp/icomplete.el
b/lisp/icomplete.el
index e35458f156bf6c0b8a1ad51f8687deef1c475d70..786c0a552284cbebaeefd6c2f7d5f710afab9e61 100644
(file)
--- a/
lisp/icomplete.el
+++ b/
lisp/icomplete.el
@@
-258,7
+258,7
@@
and `minibuffer-setup-hook'."
(make-local-variable 'icomplete-eoinput))
(setq icomplete-eoinput (point))
; Insert the match-status information:
- (if (and (> (point-max)
1
)
+ (if (and (> (point-max)
(minibuffer-prompt-end)
)
(or
;; Don't bother with delay after certain number of chars:
(> (point-max) icomplete-max-delay-chars)